public static final class DownloadPhysicalAgentRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DownloadPhysicalAgentRequest.Builder> implements DownloadPhysicalAgentRequestOrBuilder
https://developer.cohesity.com/apidocs/660x/#/http/api-endpoints/protection-sources/download-physical-agentProtobuf type
io.grpc.DownloadPhysicalAgentRequest
Modifier and Type | Method and Description |
---|---|
DownloadPhysicalAgentRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DownloadPhysicalAgentRequest |
build() |
DownloadPhysicalAgentRequest |
buildPartial() |
DownloadPhysicalAgentRequest.Builder |
clear() |
DownloadPhysicalAgentRequest.Builder |
clearAgentType()
optional .io.grpc.AgentType agentType = 4; |
DownloadPhysicalAgentRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DownloadPhysicalAgentRequest.Builder |
clearHostType()
.io.grpc.HostType hostType = 2; |
DownloadPhysicalAgentRequest.Builder |
clearLocationId()
string locationId = 1; |
DownloadPhysicalAgentRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DownloadPhysicalAgentRequest.Builder |
clearPkgType()
optional .io.grpc.PackageType pkgType = 3; |
DownloadPhysicalAgentRequest.Builder |
clone() |
AgentType |
getAgentType()
optional .io.grpc.AgentType agentType = 4; |
int |
getAgentTypeValue()
optional .io.grpc.AgentType agentType = 4; |
DownloadPhysicalAgentRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
HostType |
getHostType()
.io.grpc.HostType hostType = 2; |
int |
getHostTypeValue()
.io.grpc.HostType hostType = 2; |
String |
getLocationId()
string locationId = 1; |
com.google.protobuf.ByteString |
getLocationIdBytes()
string locationId = 1; |
PackageType |
getPkgType()
optional .io.grpc.PackageType pkgType = 3; |
int |
getPkgTypeValue()
optional .io.grpc.PackageType pkgType = 3; |
boolean |
hasAgentType()
optional .io.grpc.AgentType agentType = 4; |
boolean |
hasPkgType()
optional .io.grpc.PackageType pkgType = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DownloadPhysicalAgentRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DownloadPhysicalAgentRequest.Builder |
mergeFrom(DownloadPhysicalAgentRequest other) |
DownloadPhysicalAgentRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
DownloadPhysicalAgentRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DownloadPhysicalAgentRequest.Builder |
setAgentType(AgentType value)
optional .io.grpc.AgentType agentType = 4; |
DownloadPhysicalAgentRequest.Builder |
setAgentTypeValue(int value)
optional .io.grpc.AgentType agentType = 4; |
DownloadPhysicalAgentRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DownloadPhysicalAgentRequest.Builder |
setHostType(HostType value)
.io.grpc.HostType hostType = 2; |
DownloadPhysicalAgentRequest.Builder |
setHostTypeValue(int value)
.io.grpc.HostType hostType = 2; |
DownloadPhysicalAgentRequest.Builder |
setLocationId(String value)
string locationId = 1; |
DownloadPhysicalAgentRequest.Builder |
setLocationIdBytes(com.google.protobuf.ByteString value)
string locationId = 1; |
DownloadPhysicalAgentRequest.Builder |
setPkgType(PackageType value)
optional .io.grpc.PackageType pkgType = 3; |
DownloadPhysicalAgentRequest.Builder |
setPkgTypeValue(int value)
optional .io.grpc.PackageType pkgType = 3; |
DownloadPhysicalAgentRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DownloadPhysicalAgentRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<DownloadPhysicalAgentRequest.Builder>
public DownloadPhysicalAgentRequest.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<DownloadPhysicalAgentRequest.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<DownloadPhysicalAgentRequest.Builder>
public DownloadPhysicalAgentRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public DownloadPhysicalAgentRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public DownloadPhysicalAgentRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public DownloadPhysicalAgentRequest.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<DownloadPhysicalAgentRequest.Builder>
public DownloadPhysicalAgentRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<DownloadPhysicalAgentRequest.Builder>
public DownloadPhysicalAgentRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<DownloadPhysicalAgentRequest.Builder>
public DownloadPhysicalAgentRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<DownloadPhysicalAgentRequest.Builder>
public DownloadPhysicalAgentRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<DownloadPhysicalAgentRequest.Builder>
public DownloadPhysicalAgentRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<DownloadPhysicalAgentRequest.Builder>
public DownloadPhysicalAgentRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<DownloadPhysicalAgentRequest.Builder>
public DownloadPhysicalAgentRequest.Builder mergeFrom(DownloadPhysicalAgentRequest other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<DownloadPhysicalAgentRequest.Builder>
public DownloadPhysicalAgentRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<DownloadPhysicalAgentRequest.Builder>
IOException
public String getLocationId()
string locationId = 1;
getLocationId
in interface DownloadPhysicalAgentRequestOrBuilder
public com.google.protobuf.ByteString getLocationIdBytes()
string locationId = 1;
getLocationIdBytes
in interface DownloadPhysicalAgentRequestOrBuilder
public DownloadPhysicalAgentRequest.Builder setLocationId(String value)
string locationId = 1;
value
- The locationId to set.public DownloadPhysicalAgentRequest.Builder clearLocationId()
string locationId = 1;
public DownloadPhysicalAgentRequest.Builder setLocationIdBytes(com.google.protobuf.ByteString value)
string locationId = 1;
value
- The bytes for locationId to set.public int getHostTypeValue()
.io.grpc.HostType hostType = 2;
getHostTypeValue
in interface DownloadPhysicalAgentRequestOrBuilder
public DownloadPhysicalAgentRequest.Builder setHostTypeValue(int value)
.io.grpc.HostType hostType = 2;
value
- The enum numeric value on the wire for hostType to set.public HostType getHostType()
.io.grpc.HostType hostType = 2;
getHostType
in interface DownloadPhysicalAgentRequestOrBuilder
public DownloadPhysicalAgentRequest.Builder setHostType(HostType value)
.io.grpc.HostType hostType = 2;
value
- The hostType to set.public DownloadPhysicalAgentRequest.Builder clearHostType()
.io.grpc.HostType hostType = 2;
public boolean hasPkgType()
optional .io.grpc.PackageType pkgType = 3;
hasPkgType
in interface DownloadPhysicalAgentRequestOrBuilder
public int getPkgTypeValue()
optional .io.grpc.PackageType pkgType = 3;
getPkgTypeValue
in interface DownloadPhysicalAgentRequestOrBuilder
public DownloadPhysicalAgentRequest.Builder setPkgTypeValue(int value)
optional .io.grpc.PackageType pkgType = 3;
value
- The enum numeric value on the wire for pkgType to set.public PackageType getPkgType()
optional .io.grpc.PackageType pkgType = 3;
getPkgType
in interface DownloadPhysicalAgentRequestOrBuilder
public DownloadPhysicalAgentRequest.Builder setPkgType(PackageType value)
optional .io.grpc.PackageType pkgType = 3;
value
- The pkgType to set.public DownloadPhysicalAgentRequest.Builder clearPkgType()
optional .io.grpc.PackageType pkgType = 3;
public boolean hasAgentType()
optional .io.grpc.AgentType agentType = 4;
hasAgentType
in interface DownloadPhysicalAgentRequestOrBuilder
public int getAgentTypeValue()
optional .io.grpc.AgentType agentType = 4;
getAgentTypeValue
in interface DownloadPhysicalAgentRequestOrBuilder
public DownloadPhysicalAgentRequest.Builder setAgentTypeValue(int value)
optional .io.grpc.AgentType agentType = 4;
value
- The enum numeric value on the wire for agentType to set.public AgentType getAgentType()
optional .io.grpc.AgentType agentType = 4;
getAgentType
in interface DownloadPhysicalAgentRequestOrBuilder
public DownloadPhysicalAgentRequest.Builder setAgentType(AgentType value)
optional .io.grpc.AgentType agentType = 4;
value
- The agentType to set.public DownloadPhysicalAgentRequest.Builder clearAgentType()
optional .io.grpc.AgentType agentType = 4;
public final DownloadPhysicalAgentRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<DownloadPhysicalAgentRequest.Builder>
public final DownloadPhysicalAgentRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<DownloadPhysicalAgentRequest.Builder>
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.