public static interface TransferTypes.AgentPoolOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TransferTypes.AgentPool.BandwidthLimit |
getBandwidthLimit()
Specifies the bandwidth limit details.
|
TransferTypes.AgentPool.BandwidthLimitOrBuilder |
getBandwidthLimitOrBuilder()
Specifies the bandwidth limit details.
|
String |
getDisplayName()
Specifies the client-specified AgentPool description.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Specifies the client-specified AgentPool description.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
TransferTypes.AgentPool.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
boolean |
hasBandwidthLimit()
Specifies the bandwidth limit details.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. Specifies a unique string that identifies the agent pool.
Format: `projects/{project_id}/agentPools/{agent_pool_id}`
string name = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNameBytes()
Required. Specifies a unique string that identifies the agent pool.
Format: `projects/{project_id}/agentPools/{agent_pool_id}`
string name = 2 [(.google.api.field_behavior) = REQUIRED];String getDisplayName()
Specifies the client-specified AgentPool description.
string display_name = 3;com.google.protobuf.ByteString getDisplayNameBytes()
Specifies the client-specified AgentPool description.
string display_name = 3;int getStateValue()
Output only. Specifies the state of the AgentPool.
.google.storagetransfer.v1.AgentPool.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
TransferTypes.AgentPool.State getState()
Output only. Specifies the state of the AgentPool.
.google.storagetransfer.v1.AgentPool.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasBandwidthLimit()
Specifies the bandwidth limit details. If this field is unspecified, the default value is set as 'No Limit'.
.google.storagetransfer.v1.AgentPool.BandwidthLimit bandwidth_limit = 5;TransferTypes.AgentPool.BandwidthLimit getBandwidthLimit()
Specifies the bandwidth limit details. If this field is unspecified, the default value is set as 'No Limit'.
.google.storagetransfer.v1.AgentPool.BandwidthLimit bandwidth_limit = 5;TransferTypes.AgentPool.BandwidthLimitOrBuilder getBandwidthLimitOrBuilder()
Specifies the bandwidth limit details. If this field is unspecified, the default value is set as 'No Limit'.
.google.storagetransfer.v1.AgentPool.BandwidthLimit bandwidth_limit = 5;Copyright © 2022 Google LLC. All rights reserved.