Reference documentation and code samples for the Agent Registry V1 API class Google::Cloud::AgentRegistry::V1::Binding.
Represents a user-defined Binding.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#auth_provider_binding
def auth_provider_binding() -> ::Google::Cloud::AgentRegistry::V1::Binding::AuthProviderBinding
Returns
- (::Google::Cloud::AgentRegistry::V1::Binding::AuthProviderBinding) — The binding for AuthProvider.
#auth_provider_binding=
def auth_provider_binding=(value) -> ::Google::Cloud::AgentRegistry::V1::Binding::AuthProviderBinding
Parameter
- value (::Google::Cloud::AgentRegistry::V1::Binding::AuthProviderBinding) — The binding for AuthProvider.
Returns
- (::Google::Cloud::AgentRegistry::V1::Binding::AuthProviderBinding) — The binding for AuthProvider.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when this binding was created.
#description
def description() -> ::String
Returns
-
(::String) — Optional. User-defined description of a Binding.
Can have a maximum length of
2048characters.
#description=
def description=(value) -> ::String
Parameter
-
value (::String) — Optional. User-defined description of a Binding.
Can have a maximum length of
2048characters.
Returns
-
(::String) — Optional. User-defined description of a Binding.
Can have a maximum length of
2048characters.
#display_name
def display_name() -> ::String
Returns
-
(::String) — Optional. User-defined display name for the Binding.
Can have a maximum length of
63characters.
#display_name=
def display_name=(value) -> ::String
Parameter
-
value (::String) — Optional. User-defined display name for the Binding.
Can have a maximum length of
63characters.
Returns
-
(::String) — Optional. User-defined display name for the Binding.
Can have a maximum length of
63characters.
#name
def name() -> ::String
Returns
-
(::String) — Required. Identifier. The resource name of the Binding.
Format:
projects/{project}/locations/{location}/bindings/{binding}.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Identifier. The resource name of the Binding.
Format:
projects/{project}/locations/{location}/bindings/{binding}.
Returns
-
(::String) — Required. Identifier. The resource name of the Binding.
Format:
projects/{project}/locations/{location}/bindings/{binding}.
#source
def source() -> ::Google::Cloud::AgentRegistry::V1::Binding::Source
Returns
- (::Google::Cloud::AgentRegistry::V1::Binding::Source) — Required. The target Agent of the Binding.
#source=
def source=(value) -> ::Google::Cloud::AgentRegistry::V1::Binding::Source
Parameter
- value (::Google::Cloud::AgentRegistry::V1::Binding::Source) — Required. The target Agent of the Binding.
Returns
- (::Google::Cloud::AgentRegistry::V1::Binding::Source) — Required. The target Agent of the Binding.
#target
def target() -> ::Google::Cloud::AgentRegistry::V1::Binding::Target
Returns
- (::Google::Cloud::AgentRegistry::V1::Binding::Target) — Required. The target Agent Registry Resource of the Binding.
#target=
def target=(value) -> ::Google::Cloud::AgentRegistry::V1::Binding::Target
Parameter
- value (::Google::Cloud::AgentRegistry::V1::Binding::Target) — Required. The target Agent Registry Resource of the Binding.
Returns
- (::Google::Cloud::AgentRegistry::V1::Binding::Target) — Required. The target Agent Registry Resource of the Binding.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when this binding was last updated.