public interface BindingOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAuthProviderBinding()
public abstract Binding.AuthProviderBinding getAuthProviderBinding()The binding for AuthProvider.
.google.cloud.agentregistry.v1.Binding.AuthProviderBinding auth_provider_binding = 6;
| Returns | |
|---|---|
| Type | Description |
Binding.AuthProviderBinding |
The authProviderBinding. |
getAuthProviderBindingOrBuilder()
public abstract Binding.AuthProviderBindingOrBuilder getAuthProviderBindingOrBuilder()The binding for AuthProvider.
.google.cloud.agentregistry.v1.Binding.AuthProviderBinding auth_provider_binding = 6;
| Returns | |
|---|---|
| Type | Description |
Binding.AuthProviderBindingOrBuilder |
|
getBindingCase()
public abstract Binding.BindingCase getBindingCase()| Returns | |
|---|---|
| Type | Description |
Binding.BindingCase |
|
getCreateTime()
public abstract Timestamp getCreateTime()Output only. Timestamp when this binding was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. Timestamp when this binding was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDescription()
public abstract String getDescription() Optional. User-defined description of a Binding.
Can have a maximum length of 2048 characters.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes() Optional. User-defined description of a Binding.
Can have a maximum length of 2048 characters.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getDisplayName()
public abstract String getDisplayName() Optional. User-defined display name for the Binding.
Can have a maximum length of 63 characters.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes() Optional. User-defined display name for the Binding.
Can have a maximum length of 63 characters.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getName()
public abstract String getName() Required. Identifier. The resource name of the Binding.
Format: projects/{project}/locations/{location}/bindings/{binding}.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. Identifier. The resource name of the Binding.
Format: projects/{project}/locations/{location}/bindings/{binding}.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getSource()
public abstract Binding.Source getSource()Required. The target Agent of the Binding.
.google.cloud.agentregistry.v1.Binding.Source source = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Binding.Source |
The source. |
getSourceOrBuilder()
public abstract Binding.SourceOrBuilder getSourceOrBuilder()Required. The target Agent of the Binding.
.google.cloud.agentregistry.v1.Binding.Source source = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Binding.SourceOrBuilder |
|
getTarget()
public abstract Binding.Target getTarget()Required. The target Agent Registry Resource of the Binding.
.google.cloud.agentregistry.v1.Binding.Target target = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Binding.Target |
The target. |
getTargetOrBuilder()
public abstract Binding.TargetOrBuilder getTargetOrBuilder()Required. The target Agent Registry Resource of the Binding.
.google.cloud.agentregistry.v1.Binding.Target target = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Binding.TargetOrBuilder |
|
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. Timestamp when this binding was last updated.
.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. Timestamp when this binding was last updated.
.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasAuthProviderBinding()
public abstract boolean hasAuthProviderBinding()The binding for AuthProvider.
.google.cloud.agentregistry.v1.Binding.AuthProviderBinding auth_provider_binding = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the authProviderBinding field is set. |
hasCreateTime()
public abstract boolean hasCreateTime()Output only. Timestamp when this binding was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasSource()
public abstract boolean hasSource()Required. The target Agent of the Binding.
.google.cloud.agentregistry.v1.Binding.Source source = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the source field is set. |
hasTarget()
public abstract boolean hasTarget()Required. The target Agent Registry Resource of the Binding.
.google.cloud.agentregistry.v1.Binding.Target target = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the target field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. Timestamp when this binding was last updated.
.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |