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
@Generated
public interface ReadTensorboardUsageResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMaps year-month (YYYYMM) string to per month usage data.Deprecated.intMaps year-month (YYYYMM) string to per month usage data.Maps year-month (YYYYMM) string to per month usage data.getMonthlyUsageDataOrDefault(String key, ReadTensorboardUsageResponse.PerMonthUsageData defaultValue) Maps year-month (YYYYMM) string to per month usage data.Maps year-month (YYYYMM) string to per month usage data.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
Maps year-month (YYYYMM) string to per month usage data.
map<string, .google.cloud.aiplatform.v1.ReadTensorboardUsageResponse.PerMonthUsageData> monthly_usage_data = 1; -
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
Maps year-month (YYYYMM) string to per month usage data.
map<string, .google.cloud.aiplatform.v1.ReadTensorboardUsageResponse.PerMonthUsageData> monthly_usage_data = 1;
-