Package com.google.cloud.aiplatform.v1
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 boolean
containsMonthlyUsageData(String key)
Maps year-month (YYYYMM) string to per month usage data.Map<String,ReadTensorboardUsageResponse.PerMonthUsageData>
getMonthlyUsageData()
Deprecated.int
getMonthlyUsageDataCount()
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.PerMonthUsageData
getMonthlyUsageDataOrDefault(String key, ReadTensorboardUsageResponse.PerMonthUsageData defaultValue)
Maps year-month (YYYYMM) string to per month usage data.ReadTensorboardUsageResponse.PerMonthUsageData
getMonthlyUsageDataOrThrow(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.v1.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.v1.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.v1.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.v1.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.v1.ReadTensorboardUsageResponse.PerMonthUsageData> monthly_usage_data = 1;
-
-