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, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic 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.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<DownloadPhysicalAgentRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DownloadPhysicalAgentRequest.Builder>public DownloadPhysicalAgentRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DownloadPhysicalAgentRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DownloadPhysicalAgentRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DownloadPhysicalAgentRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone 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.BuildersetField 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.BuilderclearField 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.BuilderclearOneof 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.BuildersetRepeatedField 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.BuilderaddRepeatedField 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.BuildermergeFrom 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.MessageLiteOrBuilderisInitialized 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.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DownloadPhysicalAgentRequest.Builder>IOExceptionpublic String getLocationId()
string locationId = 1;getLocationId in interface DownloadPhysicalAgentRequestOrBuilderpublic com.google.protobuf.ByteString getLocationIdBytes()
string locationId = 1;getLocationIdBytes in interface DownloadPhysicalAgentRequestOrBuilderpublic 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 DownloadPhysicalAgentRequestOrBuilderpublic 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 DownloadPhysicalAgentRequestOrBuilderpublic 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 DownloadPhysicalAgentRequestOrBuilderpublic int getPkgTypeValue()
optional .io.grpc.PackageType pkgType = 3;getPkgTypeValue in interface DownloadPhysicalAgentRequestOrBuilderpublic 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 DownloadPhysicalAgentRequestOrBuilderpublic 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 DownloadPhysicalAgentRequestOrBuilderpublic int getAgentTypeValue()
optional .io.grpc.AgentType agentType = 4;getAgentTypeValue in interface DownloadPhysicalAgentRequestOrBuilderpublic 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 DownloadPhysicalAgentRequestOrBuilderpublic 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.BuildersetUnknownFields 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.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DownloadPhysicalAgentRequest.Builder>Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.