Uses of Class
com.google.cloud.dataproc.v1.InstanceReference
-
Packages that use InstanceReference Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of InstanceReference in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return InstanceReference Modifier and Type Method Description InstanceReference
InstanceReference.Builder. build()
InstanceReference
InstanceReference.Builder. buildPartial()
static InstanceReference
InstanceReference. getDefaultInstance()
InstanceReference
InstanceReference.Builder. getDefaultInstanceForType()
InstanceReference
InstanceReference. getDefaultInstanceForType()
InstanceReference
InstanceGroupConfig.Builder. getInstanceReferences(int index)
Output only.InstanceReference
InstanceGroupConfig. getInstanceReferences(int index)
Output only.InstanceReference
InstanceGroupConfigOrBuilder. getInstanceReferences(int index)
Output only.static InstanceReference
InstanceReference. parseDelimitedFrom(InputStream input)
static InstanceReference
InstanceReference. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceReference
InstanceReference. parseFrom(byte[] data)
static InstanceReference
InstanceReference. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceReference
InstanceReference. parseFrom(com.google.protobuf.ByteString data)
static InstanceReference
InstanceReference. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceReference
InstanceReference. parseFrom(com.google.protobuf.CodedInputStream input)
static InstanceReference
InstanceReference. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceReference
InstanceReference. parseFrom(InputStream input)
static InstanceReference
InstanceReference. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceReference
InstanceReference. parseFrom(ByteBuffer data)
static InstanceReference
InstanceReference. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type InstanceReference Modifier and Type Method Description List<InstanceReference>
InstanceGroupConfig.Builder. getInstanceReferencesList()
Output only.List<InstanceReference>
InstanceGroupConfig. getInstanceReferencesList()
Output only.List<InstanceReference>
InstanceGroupConfigOrBuilder. getInstanceReferencesList()
Output only.com.google.protobuf.Parser<InstanceReference>
InstanceReference. getParserForType()
static com.google.protobuf.Parser<InstanceReference>
InstanceReference. parser()
Methods in com.google.cloud.dataproc.v1 with parameters of type InstanceReference Modifier and Type Method Description InstanceGroupConfig.Builder
InstanceGroupConfig.Builder. addInstanceReferences(int index, InstanceReference value)
Output only.InstanceGroupConfig.Builder
InstanceGroupConfig.Builder. addInstanceReferences(InstanceReference value)
Output only.InstanceReference.Builder
InstanceReference.Builder. mergeFrom(InstanceReference other)
static InstanceReference.Builder
InstanceReference. newBuilder(InstanceReference prototype)
InstanceGroupConfig.Builder
InstanceGroupConfig.Builder. setInstanceReferences(int index, InstanceReference value)
Output only.Method parameters in com.google.cloud.dataproc.v1 with type arguments of type InstanceReference Modifier and Type Method Description InstanceGroupConfig.Builder
InstanceGroupConfig.Builder. addAllInstanceReferences(Iterable<? extends InstanceReference> values)
Output only.
-