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 InstanceReferenceInstanceReference.Builder. build()InstanceReferenceInstanceReference.Builder. buildPartial()static InstanceReferenceInstanceReference. getDefaultInstance()InstanceReferenceInstanceReference.Builder. getDefaultInstanceForType()InstanceReferenceInstanceReference. getDefaultInstanceForType()InstanceReferenceInstanceGroupConfig.Builder. getInstanceReferences(int index)Output only.InstanceReferenceInstanceGroupConfig. getInstanceReferences(int index)Output only.InstanceReferenceInstanceGroupConfigOrBuilder. getInstanceReferences(int index)Output only.static InstanceReferenceInstanceReference. parseDelimitedFrom(InputStream input)static InstanceReferenceInstanceReference. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceReferenceInstanceReference. parseFrom(byte[] data)static InstanceReferenceInstanceReference. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceReferenceInstanceReference. parseFrom(com.google.protobuf.ByteString data)static InstanceReferenceInstanceReference. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceReferenceInstanceReference. parseFrom(com.google.protobuf.CodedInputStream input)static InstanceReferenceInstanceReference. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceReferenceInstanceReference. parseFrom(InputStream input)static InstanceReferenceInstanceReference. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceReferenceInstanceReference. parseFrom(ByteBuffer data)static InstanceReferenceInstanceReference. 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.BuilderInstanceGroupConfig.Builder. addInstanceReferences(int index, InstanceReference value)Output only.InstanceGroupConfig.BuilderInstanceGroupConfig.Builder. addInstanceReferences(InstanceReference value)Output only.InstanceReference.BuilderInstanceReference.Builder. mergeFrom(InstanceReference other)static InstanceReference.BuilderInstanceReference. newBuilder(InstanceReference prototype)InstanceGroupConfig.BuilderInstanceGroupConfig.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.BuilderInstanceGroupConfig.Builder. addAllInstanceReferences(Iterable<? extends InstanceReference> values)Output only.
-