public static final class FetchBenchmarkingDataResponse.Builder extends GeneratedMessageV3.Builder<FetchBenchmarkingDataResponse.Builder> implements FetchBenchmarkingDataResponseOrBuilder
Response message for
GkeInferenceQuickstart.FetchBenchmarkingData.
Protobuf type google.cloud.gkerecommender.v1.FetchBenchmarkingDataResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllProfile(Iterable<? extends Profile> values)
public FetchBenchmarkingDataResponse.Builder addAllProfile(Iterable<? extends Profile> values)
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 |
values |
Iterable<? extends com.google.cloud.gkerecommender.v1.Profile>
|
addProfile(Profile value)
public FetchBenchmarkingDataResponse.Builder addProfile(Profile value)
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 |
value |
Profile
|
addProfile(Profile.Builder builderForValue)
public FetchBenchmarkingDataResponse.Builder addProfile(Profile.Builder builderForValue)
Output only. List of profiles containing their respective benchmarking
data.
repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addProfile(int index, Profile value)
public FetchBenchmarkingDataResponse.Builder addProfile(int index, Profile value)
Output only. List of profiles containing their respective benchmarking
data.
repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters |
| Name |
Description |
index |
int
|
value |
Profile
|
addProfile(int index, Profile.Builder builderForValue)
public FetchBenchmarkingDataResponse.Builder addProfile(int index, Profile.Builder builderForValue)
Output only. List of profiles containing their respective benchmarking
data.
repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addProfileBuilder()
public Profile.Builder addProfileBuilder()
Output only. List of profiles containing their respective benchmarking
data.
repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addProfileBuilder(int index)
public Profile.Builder addProfileBuilder(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
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public FetchBenchmarkingDataResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public FetchBenchmarkingDataResponse build()
buildPartial()
public FetchBenchmarkingDataResponse buildPartial()
clear()
public FetchBenchmarkingDataResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public FetchBenchmarkingDataResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public FetchBenchmarkingDataResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearProfile()
public FetchBenchmarkingDataResponse.Builder clearProfile()
Output only. List of profiles containing their respective benchmarking
data.
repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
clone()
public FetchBenchmarkingDataResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public FetchBenchmarkingDataResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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
|
getProfileBuilder(int index)
public Profile.Builder getProfileBuilder(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
|
getProfileBuilderList()
public List<Profile.Builder> getProfileBuilderList()
Output only. List of profiles containing their respective benchmarking
data.
repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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
|
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> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(FetchBenchmarkingDataResponse other)
public FetchBenchmarkingDataResponse.Builder mergeFrom(FetchBenchmarkingDataResponse other)
public FetchBenchmarkingDataResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public FetchBenchmarkingDataResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FetchBenchmarkingDataResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeProfile(int index)
public FetchBenchmarkingDataResponse.Builder removeProfile(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
|
setField(Descriptors.FieldDescriptor field, Object value)
public FetchBenchmarkingDataResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setProfile(int index, Profile value)
public FetchBenchmarkingDataResponse.Builder setProfile(int index, Profile value)
Output only. List of profiles containing their respective benchmarking
data.
repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters |
| Name |
Description |
index |
int
|
value |
Profile
|
setProfile(int index, Profile.Builder builderForValue)
public FetchBenchmarkingDataResponse.Builder setProfile(int index, Profile.Builder builderForValue)
Output only. List of profiles containing their respective benchmarking
data.
repeated .google.cloud.gkerecommender.v1.Profile profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public FetchBenchmarkingDataResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final FetchBenchmarkingDataResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides