public static final class Binding.Source extends GeneratedMessage implements Binding.SourceOrBuilderThe source of the Binding.
Protobuf type google.cloud.agentregistry.v1.Binding.Source
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > Binding.SourceImplements
Binding.SourceOrBuilderStatic Fields
IDENTIFIER_FIELD_NUMBER
public static final int IDENTIFIER_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static Binding.Source getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
Binding.Source |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static Binding.Source.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
Binding.Source.Builder |
|
newBuilder(Binding.Source prototype)
public static Binding.Source.Builder newBuilder(Binding.Source prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
Binding.Source |
| Returns | |
|---|---|
| Type | Description |
Binding.Source.Builder |
|
parseDelimitedFrom(InputStream input)
public static Binding.Source parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Binding.Source |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Binding.Source parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Binding.Source |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static Binding.Source parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
Binding.Source |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Binding.Source parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Binding.Source |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static Binding.Source parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
Binding.Source |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Binding.Source parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Binding.Source |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static Binding.Source parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
Binding.Source |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Binding.Source parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Binding.Source |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static Binding.Source parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Binding.Source |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Binding.Source parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Binding.Source |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static Binding.Source parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
Binding.Source |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Binding.Source parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Binding.Source |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<Binding.Source> parser()| Returns | |
|---|---|
| Type | Description |
Parser<Source> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public Binding.Source getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Binding.Source |
|
getIdentifier()
public String getIdentifier()The identifier of the source Agent. Format:
urn:agent:{publisher}:{namespace}:{name}
string identifier = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The identifier. |
getIdentifierBytes()
public ByteString getIdentifierBytes()The identifier of the source Agent. Format:
urn:agent:{publisher}:{namespace}:{name}
string identifier = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for identifier. |
getParserForType()
public Parser<Binding.Source> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<Source> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getSourceTypeCase()
public Binding.Source.SourceTypeCase getSourceTypeCase()| Returns | |
|---|---|
| Type | Description |
Binding.Source.SourceTypeCase |
|
hasIdentifier()
public boolean hasIdentifier()The identifier of the source Agent. Format:
urn:agent:{publisher}:{namespace}:{name}
string identifier = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the identifier field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public Binding.Source.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
Binding.Source.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Binding.Source.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
Binding.Source.Builder |
|
toBuilder()
public Binding.Source.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
Binding.Source.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|