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 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

      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.
    • getMonthlyUsageDataMap

       Maps year-month (YYYYMM) string to per month usage data.
       
      map<string, .google.cloud.aiplatform.v1.ReadTensorboardUsageResponse.PerMonthUsageData> monthly_usage_data = 1;
    • getMonthlyUsageDataOrDefault

       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;