Interface ReadTensorboardUsageResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReadTensorboardUsageResponse,ReadTensorboardUsageResponse.Builder
public interface ReadTensorboardUsageResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsMonthlyUsageData(String key)Maps year-month (YYYYMM) string to per month usage data.Map<String,ReadTensorboardUsageResponse.PerMonthUsageData>getMonthlyUsageData()Deprecated.intgetMonthlyUsageDataCount()Maps year-month (YYYYMM) string to per month usage data.Map<String,ReadTensorboardUsageResponse.PerMonthUsageData>getMonthlyUsageDataMap()Maps year-month (YYYYMM) string to per month usage data.ReadTensorboardUsageResponse.PerMonthUsageDatagetMonthlyUsageDataOrDefault(String key, ReadTensorboardUsageResponse.PerMonthUsageData defaultValue)Maps year-month (YYYYMM) string to per month usage data.ReadTensorboardUsageResponse.PerMonthUsageDatagetMonthlyUsageDataOrThrow(String key)Maps year-month (YYYYMM) string to per month usage data.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMonthlyUsageDataCount
int getMonthlyUsageDataCount()
Maps year-month (YYYYMM) string to per month usage data.
map<string, .google.cloud.aiplatform.v1beta1.ReadTensorboardUsageResponse.PerMonthUsageData> monthly_usage_data = 1;
-
containsMonthlyUsageData
boolean containsMonthlyUsageData(String key)
Maps year-month (YYYYMM) string to per month usage data.
map<string, .google.cloud.aiplatform.v1beta1.ReadTensorboardUsageResponse.PerMonthUsageData> monthly_usage_data = 1;
-
getMonthlyUsageData
@Deprecated Map<String,ReadTensorboardUsageResponse.PerMonthUsageData> getMonthlyUsageData()
Deprecated.UsegetMonthlyUsageDataMap()instead.
-
getMonthlyUsageDataMap
Map<String,ReadTensorboardUsageResponse.PerMonthUsageData> getMonthlyUsageDataMap()
Maps year-month (YYYYMM) string to per month usage data.
map<string, .google.cloud.aiplatform.v1beta1.ReadTensorboardUsageResponse.PerMonthUsageData> monthly_usage_data = 1;
-
getMonthlyUsageDataOrDefault
ReadTensorboardUsageResponse.PerMonthUsageData getMonthlyUsageDataOrDefault(String key, ReadTensorboardUsageResponse.PerMonthUsageData defaultValue)
Maps year-month (YYYYMM) string to per month usage data.
map<string, .google.cloud.aiplatform.v1beta1.ReadTensorboardUsageResponse.PerMonthUsageData> monthly_usage_data = 1;
-
getMonthlyUsageDataOrThrow
ReadTensorboardUsageResponse.PerMonthUsageData getMonthlyUsageDataOrThrow(String key)
Maps year-month (YYYYMM) string to per month usage data.
map<string, .google.cloud.aiplatform.v1beta1.ReadTensorboardUsageResponse.PerMonthUsageData> monthly_usage_data = 1;
-
-