Class ReadTensorboardUsageResponse.PerMonthUsageData (3.11.0)

public static final class ReadTensorboardUsageResponse.PerMonthUsageData extends GeneratedMessageV3 implements ReadTensorboardUsageResponse.PerMonthUsageDataOrBuilder

Per month usage data

Protobuf type google.cloud.aiplatform.v1.ReadTensorboardUsageResponse.PerMonthUsageData

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ReadTensorboardUsageResponse.PerMonthUsageData

Static Fields

USER_USAGE_DATA_FIELD_NUMBER

public static final int USER_USAGE_DATA_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ReadTensorboardUsageResponse.PerMonthUsageData getDefaultInstance()
Returns

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ReadTensorboardUsageResponse.PerMonthUsageData.Builder newBuilder()
Returns

newBuilder(ReadTensorboardUsageResponse.PerMonthUsageData prototype)

public static ReadTensorboardUsageResponse.PerMonthUsageData.Builder newBuilder(ReadTensorboardUsageResponse.PerMonthUsageData prototype)
Parameter Returns

parseDelimitedFrom(InputStream input)

public static ReadTensorboardUsageResponse.PerMonthUsageData parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReadTensorboardUsageResponse.PerMonthUsageData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ReadTensorboardUsageResponse.PerMonthUsageData parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns Exceptions

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ReadTensorboardUsageResponse.PerMonthUsageData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns Exceptions

parseFrom(ByteString data)

public static ReadTensorboardUsageResponse.PerMonthUsageData parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns Exceptions

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ReadTensorboardUsageResponse.PerMonthUsageData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns Exceptions

parseFrom(CodedInputStream input)

public static ReadTensorboardUsageResponse.PerMonthUsageData parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ReadTensorboardUsageResponse.PerMonthUsageData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ReadTensorboardUsageResponse.PerMonthUsageData parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReadTensorboardUsageResponse.PerMonthUsageData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ReadTensorboardUsageResponse.PerMonthUsageData parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns Exceptions

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ReadTensorboardUsageResponse.PerMonthUsageData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns Exceptions

parser()

public static Parser<ReadTensorboardUsageResponse.PerMonthUsageData> parser()
Returns
TypeDescription
Parser<PerMonthUsageData>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ReadTensorboardUsageResponse.PerMonthUsageData getDefaultInstanceForType()
Returns

getParserForType()

public Parser<ReadTensorboardUsageResponse.PerMonthUsageData> getParserForType()
Returns
TypeDescription
Parser<PerMonthUsageData>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

getUserUsageData(int index)

public ReadTensorboardUsageResponse.PerUserUsageData getUserUsageData(int index)

Usage data for each user in the given month.

repeated .google.cloud.aiplatform.v1.ReadTensorboardUsageResponse.PerUserUsageData user_usage_data = 1;

Parameter
NameDescription
indexint
Returns

getUserUsageDataCount()

public int getUserUsageDataCount()

Usage data for each user in the given month.

repeated .google.cloud.aiplatform.v1.ReadTensorboardUsageResponse.PerUserUsageData user_usage_data = 1;

Returns
TypeDescription
int

getUserUsageDataList()

public List<ReadTensorboardUsageResponse.PerUserUsageData> getUserUsageDataList()

Usage data for each user in the given month.

repeated .google.cloud.aiplatform.v1.ReadTensorboardUsageResponse.PerUserUsageData user_usage_data = 1;

Returns
TypeDescription
List<PerUserUsageData>

getUserUsageDataOrBuilder(int index)

public ReadTensorboardUsageResponse.PerUserUsageDataOrBuilder getUserUsageDataOrBuilder(int index)

Usage data for each user in the given month.

repeated .google.cloud.aiplatform.v1.ReadTensorboardUsageResponse.PerUserUsageData user_usage_data = 1;

Parameter
NameDescription
indexint
Returns

getUserUsageDataOrBuilderList()

public List<? extends ReadTensorboardUsageResponse.PerUserUsageDataOrBuilder> getUserUsageDataOrBuilderList()

Usage data for each user in the given month.

repeated .google.cloud.aiplatform.v1.ReadTensorboardUsageResponse.PerUserUsageData user_usage_data = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.ReadTensorboardUsageResponse.PerUserUsageDataOrBuilder>

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ReadTensorboardUsageResponse.PerMonthUsageData.Builder newBuilderForType()
Returns

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ReadTensorboardUsageResponse.PerMonthUsageData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ReadTensorboardUsageResponse.PerMonthUsageData.Builder toBuilder()
Returns

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException