Uses of Class
com.google.cloud.compute.v1.Data
-
Packages that use Data Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of Data in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Data Modifier and Type Method Description Data
Data.Builder. build()
Data
Data.Builder. buildPartial()
Data
Warning.Builder. getData(int index)
[Output Only] Metadata about this warning in key: value format.Data
Warning. getData(int index)
[Output Only] Metadata about this warning in key: value format.Data
WarningOrBuilder. getData(int index)
[Output Only] Metadata about this warning in key: value format.Data
Warnings.Builder. getData(int index)
[Output Only] Metadata about this warning in key: value format.Data
Warnings. getData(int index)
[Output Only] Metadata about this warning in key: value format.Data
WarningsOrBuilder. getData(int index)
[Output Only] Metadata about this warning in key: value format.static Data
Data. getDefaultInstance()
Data
Data.Builder. getDefaultInstanceForType()
Data
Data. getDefaultInstanceForType()
static Data
Data. parseDelimitedFrom(InputStream input)
static Data
Data. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Data
Data. parseFrom(byte[] data)
static Data
Data. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Data
Data. parseFrom(com.google.protobuf.ByteString data)
static Data
Data. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Data
Data. parseFrom(com.google.protobuf.CodedInputStream input)
static Data
Data. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Data
Data. parseFrom(InputStream input)
static Data
Data. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Data
Data. parseFrom(ByteBuffer data)
static Data
Data. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Data Modifier and Type Method Description List<Data>
Warning.Builder. getDataList()
[Output Only] Metadata about this warning in key: value format.List<Data>
Warning. getDataList()
[Output Only] Metadata about this warning in key: value format.List<Data>
WarningOrBuilder. getDataList()
[Output Only] Metadata about this warning in key: value format.List<Data>
Warnings.Builder. getDataList()
[Output Only] Metadata about this warning in key: value format.List<Data>
Warnings. getDataList()
[Output Only] Metadata about this warning in key: value format.List<Data>
WarningsOrBuilder. getDataList()
[Output Only] Metadata about this warning in key: value format.com.google.protobuf.Parser<Data>
Data. getParserForType()
static com.google.protobuf.Parser<Data>
Data. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Data Modifier and Type Method Description Warning.Builder
Warning.Builder. addData(int index, Data value)
[Output Only] Metadata about this warning in key: value format.Warning.Builder
Warning.Builder. addData(Data value)
[Output Only] Metadata about this warning in key: value format.Warnings.Builder
Warnings.Builder. addData(int index, Data value)
[Output Only] Metadata about this warning in key: value format.Warnings.Builder
Warnings.Builder. addData(Data value)
[Output Only] Metadata about this warning in key: value format.Data.Builder
Data.Builder. mergeFrom(Data other)
static Data.Builder
Data. newBuilder(Data prototype)
Warning.Builder
Warning.Builder. setData(int index, Data value)
[Output Only] Metadata about this warning in key: value format.Warnings.Builder
Warnings.Builder. setData(int index, Data value)
[Output Only] Metadata about this warning in key: value format.Method parameters in com.google.cloud.compute.v1 with type arguments of type Data Modifier and Type Method Description Warning.Builder
Warning.Builder. addAllData(Iterable<? extends Data> values)
[Output Only] Metadata about this warning in key: value format.Warnings.Builder
Warnings.Builder. addAllData(Iterable<? extends Data> values)
[Output Only] Metadata about this warning in key: value format.
-