Class ListDiscoveredServicesResponse (0.1.0)

public final class ListDiscoveredServicesResponse extends GeneratedMessageV3 implements ListDiscoveredServicesResponseOrBuilder

Response for ListDiscoveredServices.

Protobuf type google.cloud.apphub.v1.ListDiscoveredServicesResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListDiscoveredServicesResponse

Static Fields

DISCOVERED_SERVICES_FIELD_NUMBER

public static final int DISCOVERED_SERVICES_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

UNREACHABLE_FIELD_NUMBER

public static final int UNREACHABLE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListDiscoveredServicesResponse getDefaultInstance()
Returns
TypeDescription
ListDiscoveredServicesResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListDiscoveredServicesResponse.Builder newBuilder()
Returns
TypeDescription
ListDiscoveredServicesResponse.Builder

newBuilder(ListDiscoveredServicesResponse prototype)

public static ListDiscoveredServicesResponse.Builder newBuilder(ListDiscoveredServicesResponse prototype)
Parameter
NameDescription
prototypeListDiscoveredServicesResponse
Returns
TypeDescription
ListDiscoveredServicesResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListDiscoveredServicesResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListDiscoveredServicesResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListDiscoveredServicesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDiscoveredServicesResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListDiscoveredServicesResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListDiscoveredServicesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListDiscoveredServicesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDiscoveredServicesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListDiscoveredServicesResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListDiscoveredServicesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListDiscoveredServicesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDiscoveredServicesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListDiscoveredServicesResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListDiscoveredServicesResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListDiscoveredServicesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDiscoveredServicesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListDiscoveredServicesResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListDiscoveredServicesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListDiscoveredServicesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDiscoveredServicesResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListDiscoveredServicesResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListDiscoveredServicesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListDiscoveredServicesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDiscoveredServicesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListDiscoveredServicesResponse> parser()
Returns
TypeDescription
Parser<ListDiscoveredServicesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ListDiscoveredServicesResponse getDefaultInstanceForType()
Returns
TypeDescription
ListDiscoveredServicesResponse

getDiscoveredServices(int index)

public DiscoveredService getDiscoveredServices(int index)

List of discovered services.

repeated .google.cloud.apphub.v1.DiscoveredService discovered_services = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DiscoveredService

getDiscoveredServicesCount()

public int getDiscoveredServicesCount()

List of discovered services.

repeated .google.cloud.apphub.v1.DiscoveredService discovered_services = 1;

Returns
TypeDescription
int

getDiscoveredServicesList()

public List<DiscoveredService> getDiscoveredServicesList()

List of discovered services.

repeated .google.cloud.apphub.v1.DiscoveredService discovered_services = 1;

Returns
TypeDescription
List<DiscoveredService>

getDiscoveredServicesOrBuilder(int index)

public DiscoveredServiceOrBuilder getDiscoveredServicesOrBuilder(int index)

List of discovered services.

repeated .google.cloud.apphub.v1.DiscoveredService discovered_services = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DiscoveredServiceOrBuilder

getDiscoveredServicesOrBuilderList()

public List<? extends DiscoveredServiceOrBuilder> getDiscoveredServicesOrBuilderList()

List of discovered services.

repeated .google.cloud.apphub.v1.DiscoveredService discovered_services = 1;

Returns
TypeDescription
List<? extends com.google.cloud.apphub.v1.DiscoveredServiceOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListDiscoveredServicesResponse> getParserForType()
Returns
TypeDescription
Parser<ListDiscoveredServicesResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnreachable(int index)

public String getUnreachable(int index)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The unreachable at the given index.

getUnreachableBytes(int index)

public ByteString getUnreachableBytes(int index)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public int getUnreachableCount()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
TypeDescription
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
TypeDescription
ProtocolStringList

A list containing the unreachable.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListDiscoveredServicesResponse.Builder newBuilderForType()
Returns
TypeDescription
ListDiscoveredServicesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListDiscoveredServicesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListDiscoveredServicesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListDiscoveredServicesResponse.Builder toBuilder()
Returns
TypeDescription
ListDiscoveredServicesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException