- 0.49.0 (latest)
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class AppConnector.Builder extends GeneratedMessageV3.Builder<AppConnector.Builder> implements AppConnectorOrBuilder
A BeyondCorp connector resource that represents an application facing component deployed proximal to and with direct access to the application instances. It is used to establish connectivity between the remote enterprise environment and GCP. It initiates connections to the applications and can proxy the data from users over the connection.
Protobuf type google.cloud.beyondcorp.appconnectors.v1.AppConnector
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AppConnector.BuilderImplements
AppConnectorOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AppConnector.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
build()
public AppConnector build()
Returns | |
---|---|
Type | Description |
AppConnector |
buildPartial()
public AppConnector buildPartial()
Returns | |
---|---|
Type | Description |
AppConnector |
clear()
public AppConnector.Builder clear()
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
clearCreateTime()
public AppConnector.Builder clearCreateTime()
Output only. Timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
clearDisplayName()
public AppConnector.Builder clearDisplayName()
Optional. An arbitrary user-provided name for the AppConnector. Cannot exceed 64 characters.
string display_name = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AppConnector.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public AppConnector.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
clearLabels()
public AppConnector.Builder clearLabels()
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
clearName()
public AppConnector.Builder clearName()
Required. Unique resource name of the AppConnector. The name is ignored when creating a AppConnector.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
AppConnector.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public AppConnector.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
clearPrincipalInfo()
public AppConnector.Builder clearPrincipalInfo()
Required. Principal information about the Identity of the AppConnector.
.google.cloud.beyondcorp.appconnectors.v1.AppConnector.PrincipalInfo principal_info = 8 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
clearResourceInfo()
public AppConnector.Builder clearResourceInfo()
Optional. Resource info of the connector.
.google.cloud.beyondcorp.appconnectors.v1.ResourceInfo resource_info = 11 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
clearState()
public AppConnector.Builder clearState()
Output only. The current state of the AppConnector.
.google.cloud.beyondcorp.appconnectors.v1.AppConnector.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
AppConnector.Builder | This builder for chaining. |
clearUid()
public AppConnector.Builder clearUid()
Output only. A unique identifier for the instance generated by the system.
string uid = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
AppConnector.Builder | This builder for chaining. |
clearUpdateTime()
public AppConnector.Builder clearUpdateTime()
Output only. Timestamp when the resource was last modified.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
clone()
public AppConnector.Builder clone()
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
containsLabels(String key)
public boolean containsLabels(String key)
Optional. Resource labels to represent user provided metadata.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
boolean |
getCreateTime()
public Timestamp getCreateTime()
Output only. Timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Output only. Timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public AppConnector getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AppConnector |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDisplayName()
public String getDisplayName()
Optional. An arbitrary user-provided name for the AppConnector. Cannot exceed 64 characters.
string display_name = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
Optional. An arbitrary user-provided name for the AppConnector. Cannot exceed 64 characters.
string display_name = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for displayName. |
getLabels() (deprecated)
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()
Optional. Resource labels to represent user provided metadata.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getLabelsMap()
public Map<String,String> getLabelsMap()
Optional. Resource labels to represent user provided metadata.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
Optional. Resource labels to represent user provided metadata.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
key | String |
defaultValue | String |
Returns | |
---|---|
Type | Description |
String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
Optional. Resource labels to represent user provided metadata.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
String |
getMutableLabels() (deprecated)
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getName()
public String getName()
Required. Unique resource name of the AppConnector. The name is ignored when creating a AppConnector.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. Unique resource name of the AppConnector. The name is ignored when creating a AppConnector.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
getPrincipalInfo()
public AppConnector.PrincipalInfo getPrincipalInfo()
Required. Principal information about the Identity of the AppConnector.
.google.cloud.beyondcorp.appconnectors.v1.AppConnector.PrincipalInfo principal_info = 8 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
AppConnector.PrincipalInfo | The principalInfo. |
getPrincipalInfoBuilder()
public AppConnector.PrincipalInfo.Builder getPrincipalInfoBuilder()
Required. Principal information about the Identity of the AppConnector.
.google.cloud.beyondcorp.appconnectors.v1.AppConnector.PrincipalInfo principal_info = 8 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
AppConnector.PrincipalInfo.Builder |
getPrincipalInfoOrBuilder()
public AppConnector.PrincipalInfoOrBuilder getPrincipalInfoOrBuilder()
Required. Principal information about the Identity of the AppConnector.
.google.cloud.beyondcorp.appconnectors.v1.AppConnector.PrincipalInfo principal_info = 8 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
AppConnector.PrincipalInfoOrBuilder |
getResourceInfo()
public ResourceInfo getResourceInfo()
Optional. Resource info of the connector.
.google.cloud.beyondcorp.appconnectors.v1.ResourceInfo resource_info = 11 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ResourceInfo | The resourceInfo. |
getResourceInfoBuilder()
public ResourceInfo.Builder getResourceInfoBuilder()
Optional. Resource info of the connector.
.google.cloud.beyondcorp.appconnectors.v1.ResourceInfo resource_info = 11 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ResourceInfo.Builder |
getResourceInfoOrBuilder()
public ResourceInfoOrBuilder getResourceInfoOrBuilder()
Optional. Resource info of the connector.
.google.cloud.beyondcorp.appconnectors.v1.ResourceInfo resource_info = 11 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ResourceInfoOrBuilder |
getState()
public AppConnector.State getState()
Output only. The current state of the AppConnector.
.google.cloud.beyondcorp.appconnectors.v1.AppConnector.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
AppConnector.State | The state. |
getStateValue()
public int getStateValue()
Output only. The current state of the AppConnector.
.google.cloud.beyondcorp.appconnectors.v1.AppConnector.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for state. |
getUid()
public String getUid()
Output only. A unique identifier for the instance generated by the system.
string uid = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The uid. |
getUidBytes()
public ByteString getUidBytes()
Output only. A unique identifier for the instance generated by the system.
string uid = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for uid. |
getUpdateTime()
public Timestamp getUpdateTime()
Output only. Timestamp when the resource was last modified.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp | The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
Output only. Timestamp when the resource was last modified.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Timestamp when the resource was last modified.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasCreateTime()
public boolean hasCreateTime()
Output only. Timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean | Whether the createTime field is set. |
hasPrincipalInfo()
public boolean hasPrincipalInfo()
Required. Principal information about the Identity of the AppConnector.
.google.cloud.beyondcorp.appconnectors.v1.AppConnector.PrincipalInfo principal_info = 8 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean | Whether the principalInfo field is set. |
hasResourceInfo()
public boolean hasResourceInfo()
Optional. Resource info of the connector.
.google.cloud.beyondcorp.appconnectors.v1.ResourceInfo resource_info = 11 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean | Whether the resourceInfo field is set. |
hasUpdateTime()
public boolean hasUpdateTime()
Output only. Timestamp when the resource was last modified.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean | Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter | |
---|---|
Name | Description |
number | int |
Returns | |
---|---|
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Parameter | |
---|---|
Name | Description |
number | int |
Returns | |
---|---|
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public AppConnector.Builder mergeCreateTime(Timestamp value)
Output only. Timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
mergeFrom(AppConnector other)
public AppConnector.Builder mergeFrom(AppConnector other)
Parameter | |
---|---|
Name | Description |
other | AppConnector |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AppConnector.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public AppConnector.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
mergePrincipalInfo(AppConnector.PrincipalInfo value)
public AppConnector.Builder mergePrincipalInfo(AppConnector.PrincipalInfo value)
Required. Principal information about the Identity of the AppConnector.
.google.cloud.beyondcorp.appconnectors.v1.AppConnector.PrincipalInfo principal_info = 8 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | AppConnector.PrincipalInfo |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
mergeResourceInfo(ResourceInfo value)
public AppConnector.Builder mergeResourceInfo(ResourceInfo value)
Optional. Resource info of the connector.
.google.cloud.beyondcorp.appconnectors.v1.ResourceInfo resource_info = 11 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value | ResourceInfo |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AppConnector.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
mergeUpdateTime(Timestamp value)
public AppConnector.Builder mergeUpdateTime(Timestamp value)
Output only. Timestamp when the resource was last modified.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
putAllLabels(Map<String,String> values)
public AppConnector.Builder putAllLabels(Map<String,String> values)
Optional. Resource labels to represent user provided metadata.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
values | Map<String,String> |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
putLabels(String key, String value)
public AppConnector.Builder putLabels(String key, String value)
Optional. Resource labels to represent user provided metadata.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
key | String |
value | String |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
removeLabels(String key)
public AppConnector.Builder removeLabels(String key)
Optional. Resource labels to represent user provided metadata.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
setCreateTime(Timestamp value)
public AppConnector.Builder setCreateTime(Timestamp value)
Output only. Timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public AppConnector.Builder setCreateTime(Timestamp.Builder builderForValue)
Output only. Timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue | Builder |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
setDisplayName(String value)
public AppConnector.Builder setDisplayName(String value)
Optional. An arbitrary user-provided name for the AppConnector. Cannot exceed 64 characters.
string display_name = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value | String The displayName to set. |
Returns | |
---|---|
Type | Description |
AppConnector.Builder | This builder for chaining. |
setDisplayNameBytes(ByteString value)
public AppConnector.Builder setDisplayNameBytes(ByteString value)
Optional. An arbitrary user-provided name for the AppConnector. Cannot exceed 64 characters.
string display_name = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for displayName to set. |
Returns | |
---|---|
Type | Description |
AppConnector.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public AppConnector.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
setName(String value)
public AppConnector.Builder setName(String value)
Required. Unique resource name of the AppConnector. The name is ignored when creating a AppConnector.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | String The name to set. |
Returns | |
---|---|
Type | Description |
AppConnector.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public AppConnector.Builder setNameBytes(ByteString value)
Required. Unique resource name of the AppConnector. The name is ignored when creating a AppConnector.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
AppConnector.Builder | This builder for chaining. |
setPrincipalInfo(AppConnector.PrincipalInfo value)
public AppConnector.Builder setPrincipalInfo(AppConnector.PrincipalInfo value)
Required. Principal information about the Identity of the AppConnector.
.google.cloud.beyondcorp.appconnectors.v1.AppConnector.PrincipalInfo principal_info = 8 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | AppConnector.PrincipalInfo |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
setPrincipalInfo(AppConnector.PrincipalInfo.Builder builderForValue)
public AppConnector.Builder setPrincipalInfo(AppConnector.PrincipalInfo.Builder builderForValue)
Required. Principal information about the Identity of the AppConnector.
.google.cloud.beyondcorp.appconnectors.v1.AppConnector.PrincipalInfo principal_info = 8 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
builderForValue | AppConnector.PrincipalInfo.Builder |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AppConnector.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
setResourceInfo(ResourceInfo value)
public AppConnector.Builder setResourceInfo(ResourceInfo value)
Optional. Resource info of the connector.
.google.cloud.beyondcorp.appconnectors.v1.ResourceInfo resource_info = 11 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value | ResourceInfo |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
setResourceInfo(ResourceInfo.Builder builderForValue)
public AppConnector.Builder setResourceInfo(ResourceInfo.Builder builderForValue)
Optional. Resource info of the connector.
.google.cloud.beyondcorp.appconnectors.v1.ResourceInfo resource_info = 11 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue | ResourceInfo.Builder |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
setState(AppConnector.State value)
public AppConnector.Builder setState(AppConnector.State value)
Output only. The current state of the AppConnector.
.google.cloud.beyondcorp.appconnectors.v1.AppConnector.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | AppConnector.State The state to set. |
Returns | |
---|---|
Type | Description |
AppConnector.Builder | This builder for chaining. |
setStateValue(int value)
public AppConnector.Builder setStateValue(int value)
Output only. The current state of the AppConnector.
.google.cloud.beyondcorp.appconnectors.v1.AppConnector.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | int The enum numeric value on the wire for state to set. |
Returns | |
---|---|
Type | Description |
AppConnector.Builder | This builder for chaining. |
setUid(String value)
public AppConnector.Builder setUid(String value)
Output only. A unique identifier for the instance generated by the system.
string uid = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | String The uid to set. |
Returns | |
---|---|
Type | Description |
AppConnector.Builder | This builder for chaining. |
setUidBytes(ByteString value)
public AppConnector.Builder setUidBytes(ByteString value)
Output only. A unique identifier for the instance generated by the system.
string uid = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for uid to set. |
Returns | |
---|---|
Type | Description |
AppConnector.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final AppConnector.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
setUpdateTime(Timestamp value)
public AppConnector.Builder setUpdateTime(Timestamp value)
Output only. Timestamp when the resource was last modified.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public AppConnector.Builder setUpdateTime(Timestamp.Builder builderForValue)
Output only. Timestamp when the resource was last modified.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue | Builder |
Returns | |
---|---|
Type | Description |
AppConnector.Builder |