Interface CreateSessionTemplateRequestOrBuilder (4.38.0)

public interface CreateSessionTemplateRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent resource where this session template will be created.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource where this session template will be created.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getSessionTemplate()

public abstract SessionTemplate getSessionTemplate()

Required. The session template to create.

.google.cloud.dataproc.v1.SessionTemplate session_template = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SessionTemplate

The sessionTemplate.

getSessionTemplateOrBuilder()

public abstract SessionTemplateOrBuilder getSessionTemplateOrBuilder()

Required. The session template to create.

.google.cloud.dataproc.v1.SessionTemplate session_template = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SessionTemplateOrBuilder

hasSessionTemplate()

public abstract boolean hasSessionTemplate()

Required. The session template to create.

.google.cloud.dataproc.v1.SessionTemplate session_template = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the sessionTemplate field is set.