public final class LookupDiscoveredServiceResponse extends GeneratedMessageV3 implements LookupDiscoveredServiceResponseOrBuilder
Response for LookupDiscoveredService.
Protobuf type google.cloud.apphub.v1.LookupDiscoveredServiceResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > LookupDiscoveredServiceResponseImplements
LookupDiscoveredServiceResponseOrBuilderStatic Fields
DISCOVERED_SERVICE_FIELD_NUMBER
public static final int DISCOVERED_SERVICE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static LookupDiscoveredServiceResponse getDefaultInstance()
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static LookupDiscoveredServiceResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse.Builder |
newBuilder(LookupDiscoveredServiceResponse prototype)
public static LookupDiscoveredServiceResponse.Builder newBuilder(LookupDiscoveredServiceResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype | LookupDiscoveredServiceResponse |
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse.Builder |
parseDelimitedFrom(InputStream input)
public static LookupDiscoveredServiceResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LookupDiscoveredServiceResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static LookupDiscoveredServiceResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LookupDiscoveredServiceResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static LookupDiscoveredServiceResponse parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LookupDiscoveredServiceResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static LookupDiscoveredServiceResponse parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LookupDiscoveredServiceResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static LookupDiscoveredServiceResponse parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LookupDiscoveredServiceResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static LookupDiscoveredServiceResponse parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LookupDiscoveredServiceResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<LookupDiscoveredServiceResponse> parser()
Returns | |
---|---|
Type | Description |
Parser<LookupDiscoveredServiceResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public LookupDiscoveredServiceResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse |
getDiscoveredService()
public DiscoveredService getDiscoveredService()
Discovered service if exists, empty otherwise.
.google.cloud.apphub.v1.DiscoveredService discovered_service = 1;
Returns | |
---|---|
Type | Description |
DiscoveredService | The discoveredService. |
getDiscoveredServiceOrBuilder()
public DiscoveredServiceOrBuilder getDiscoveredServiceOrBuilder()
Discovered service if exists, empty otherwise.
.google.cloud.apphub.v1.DiscoveredService discovered_service = 1;
Returns | |
---|---|
Type | Description |
DiscoveredServiceOrBuilder |
getParserForType()
public Parser<LookupDiscoveredServiceResponse> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<LookupDiscoveredServiceResponse> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hasDiscoveredService()
public boolean hasDiscoveredService()
Discovered service if exists, empty otherwise.
.google.cloud.apphub.v1.DiscoveredService discovered_service = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the discoveredService field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public LookupDiscoveredServiceResponse.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected LookupDiscoveredServiceResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public LookupDiscoveredServiceResponse.Builder toBuilder()
Returns | |
---|---|
Type | Description |
LookupDiscoveredServiceResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |