public static final class TransferProto.UpdateAgentPoolRequest extends GeneratedMessageV3 implements TransferProto.UpdateAgentPoolRequestOrBuilder
Specifies the request passed to UpdateAgentPool.
Protobuf type google.storagetransfer.v1.UpdateAgentPoolRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AGENT_POOL_FIELD_NUMBER
public static final int AGENT_POOL_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
UPDATE_MASK_FIELD_NUMBER
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static TransferProto.UpdateAgentPoolRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static TransferProto.UpdateAgentPoolRequest.Builder newBuilder()
newBuilder(TransferProto.UpdateAgentPoolRequest prototype)
public static TransferProto.UpdateAgentPoolRequest.Builder newBuilder(TransferProto.UpdateAgentPoolRequest prototype)
public static TransferProto.UpdateAgentPoolRequest parseDelimitedFrom(InputStream input)
public static TransferProto.UpdateAgentPoolRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static TransferProto.UpdateAgentPoolRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TransferProto.UpdateAgentPoolRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static TransferProto.UpdateAgentPoolRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TransferProto.UpdateAgentPoolRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TransferProto.UpdateAgentPoolRequest parseFrom(CodedInputStream input)
public static TransferProto.UpdateAgentPoolRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TransferProto.UpdateAgentPoolRequest parseFrom(InputStream input)
public static TransferProto.UpdateAgentPoolRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static TransferProto.UpdateAgentPoolRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TransferProto.UpdateAgentPoolRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<TransferProto.UpdateAgentPoolRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAgentPool()
public TransferTypes.AgentPool getAgentPool()
Required. The agent pool to update. agent_pool
is expected to specify
following fields:
.google.storagetransfer.v1.AgentPool agent_pool = 1 [(.google.api.field_behavior) = REQUIRED];
getAgentPoolOrBuilder()
public TransferTypes.AgentPoolOrBuilder getAgentPoolOrBuilder()
Required. The agent pool to update. agent_pool
is expected to specify
following fields:
.google.storagetransfer.v1.AgentPool agent_pool = 1 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public TransferProto.UpdateAgentPoolRequest getDefaultInstanceForType()
getParserForType()
public Parser<TransferProto.UpdateAgentPoolRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getUpdateMask()
public FieldMask getUpdateMask()
The field mask
of the fields in agentPool
to update in this request.
The following agentPool
fields can be updated:
- display_name
- bandwidth_limit
.google.protobuf.FieldMask update_mask = 2;
Returns |
Type |
Description |
FieldMask |
The updateMask.
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
The field mask
of the fields in agentPool
to update in this request.
The following agentPool
fields can be updated:
- display_name
- bandwidth_limit
.google.protobuf.FieldMask update_mask = 2;
hasAgentPool()
public boolean hasAgentPool()
Required. The agent pool to update. agent_pool
is expected to specify
following fields:
.google.storagetransfer.v1.AgentPool agent_pool = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the agentPool field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
The field mask
of the fields in agentPool
to update in this request.
The following agentPool
fields can be updated:
- display_name
- bandwidth_limit
.google.protobuf.FieldMask update_mask = 2;
Returns |
Type |
Description |
boolean |
Whether the updateMask field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public TransferProto.UpdateAgentPoolRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TransferProto.UpdateAgentPoolRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public TransferProto.UpdateAgentPoolRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides