Class FetchBenchmarkingDataResponse (0.1.0)

public final class FetchBenchmarkingDataResponse extends GeneratedMessageV3 implements FetchBenchmarkingDataResponseOrBuilder

Response message for GkeInferenceQuickstart.FetchBenchmarkingData.

Protobuf type google.cloud.gkerecommender.v1.FetchBenchmarkingDataResponse

Static Fields

PROFILE_FIELD_NUMBER

public static final int PROFILE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static FetchBenchmarkingDataResponse getDefaultInstance()
Returns
Type Description
FetchBenchmarkingDataResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static FetchBenchmarkingDataResponse.Builder newBuilder()
Returns
Type Description
FetchBenchmarkingDataResponse.Builder

newBuilder(FetchBenchmarkingDataResponse prototype)

public static FetchBenchmarkingDataResponse.Builder newBuilder(FetchBenchmarkingDataResponse prototype)
Parameter
Name Description
prototype FetchBenchmarkingDataResponse
Returns
Type Description
FetchBenchmarkingDataResponse.Builder

parseDelimitedFrom(InputStream input)

public static FetchBenchmarkingDataResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FetchBenchmarkingDataResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchBenchmarkingDataResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchBenchmarkingDataResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static FetchBenchmarkingDataResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
FetchBenchmarkingDataResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FetchBenchmarkingDataResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchBenchmarkingDataResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FetchBenchmarkingDataResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
FetchBenchmarkingDataResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FetchBenchmarkingDataResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchBenchmarkingDataResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FetchBenchmarkingDataResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FetchBenchmarkingDataResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchBenchmarkingDataResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchBenchmarkingDataResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static FetchBenchmarkingDataResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FetchBenchmarkingDataResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchBenchmarkingDataResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchBenchmarkingDataResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static FetchBenchmarkingDataResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FetchBenchmarkingDataResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FetchBenchmarkingDataResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchBenchmarkingDataResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<FetchBenchmarkingDataResponse> parser()
Returns
Type Description
Parser<FetchBenchmarkingDataResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public FetchBenchmarkingDataResponse getDefaultInstanceForType()
Returns
Type Description
FetchBenchmarkingDataResponse

getParserForType()

public Parser<FetchBenchmarkingDataResponse> getParserForType()
Returns
Type Description
Parser<FetchBenchmarkingDataResponse>
Overrides

getProfile(int index)

public Profile getProfile(int index)

Output only. List of profiles containing their respective benchmarking data.

repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
Profile

getProfileCount()

public int getProfileCount()

Output only. List of profiles containing their respective benchmarking data.

repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getProfileList()

public List<Profile> getProfileList()

Output only. List of profiles containing their respective benchmarking data.

repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Profile>

getProfileOrBuilder(int index)

public ProfileOrBuilder getProfileOrBuilder(int index)

Output only. List of profiles containing their respective benchmarking data.

repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
ProfileOrBuilder

getProfileOrBuilderList()

public List<? extends ProfileOrBuilder> getProfileOrBuilderList()

Output only. List of profiles containing their respective benchmarking data.

repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.gkerecommender.v1.ProfileOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public FetchBenchmarkingDataResponse.Builder newBuilderForType()
Returns
Type Description
FetchBenchmarkingDataResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FetchBenchmarkingDataResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FetchBenchmarkingDataResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public FetchBenchmarkingDataResponse.Builder toBuilder()
Returns
Type Description
FetchBenchmarkingDataResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException