public interface FetchAvailableBindingsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPageSize()
public abstract int getPageSize() Optional. Requested page size. Server may return fewer items than
requested. Page size is 500 if unspecified and is capped at 500 even if a
larger value is given.
int32 page_size = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public abstract String getPageToken()Optional. A token identifying a page of results the server should return.
string page_token = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()Optional. A token identifying a page of results the server should return.
string page_token = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public abstract String getParent() Required. The parent, in the format
projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The parent, in the format
projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getSourceCase()
public abstract FetchAvailableBindingsRequest.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
FetchAvailableBindingsRequest.SourceCase |
|
getSourceIdentifier()
public abstract String getSourceIdentifier()The identifier of the source Agent. Format:
urn:agent:{publisher}:{namespace}:{name}
string source_identifier = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The sourceIdentifier. |
getSourceIdentifierBytes()
public abstract ByteString getSourceIdentifierBytes()The identifier of the source Agent. Format:
urn:agent:{publisher}:{namespace}:{name}
string source_identifier = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceIdentifier. |
getTargetCase()
public abstract FetchAvailableBindingsRequest.TargetCase getTargetCase()| Returns | |
|---|---|
| Type | Description |
FetchAvailableBindingsRequest.TargetCase |
|
getTargetIdentifier()
public abstract String getTargetIdentifier()Optional. The identifier of the target Agent, MCP Server, or Endpoint. Format:
urn:agent:{publisher}:{namespace}:{name}urn:mcp:{publisher}:{namespace}:{name}urn:endpoint:{publisher}:{namespace}:{name}
string target_identifier = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The targetIdentifier. |
getTargetIdentifierBytes()
public abstract ByteString getTargetIdentifierBytes()Optional. The identifier of the target Agent, MCP Server, or Endpoint. Format:
urn:agent:{publisher}:{namespace}:{name}urn:mcp:{publisher}:{namespace}:{name}urn:endpoint:{publisher}:{namespace}:{name}
string target_identifier = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for targetIdentifier. |
hasSourceIdentifier()
public abstract boolean hasSourceIdentifier()The identifier of the source Agent. Format:
urn:agent:{publisher}:{namespace}:{name}
string source_identifier = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sourceIdentifier field is set. |
hasTargetIdentifier()
public abstract boolean hasTargetIdentifier()Optional. The identifier of the target Agent, MCP Server, or Endpoint. Format:
urn:agent:{publisher}:{namespace}:{name}urn:mcp:{publisher}:{namespace}:{name}urn:endpoint:{publisher}:{namespace}:{name}
string target_identifier = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the targetIdentifier field is set. |