Interface CreateSessionRequestOrBuilder (4.38.0)

public interface CreateSessionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent resource where this session 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 will be created.

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

Returns
TypeDescription
ByteString

The bytes for parent.

getRequestId()

public abstract String getRequestId()

Optional. A unique ID used to identify the request. If the service receives two CreateSessionRequestss with the same ID, the second request is ignored, and the first Session is created and stored in the backend.

Recommendation: Set this value to a UUID.

The value must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The requestId.

getRequestIdBytes()

public abstract ByteString getRequestIdBytes()

Optional. A unique ID used to identify the request. If the service receives two CreateSessionRequestss with the same ID, the second request is ignored, and the first Session is created and stored in the backend.

Recommendation: Set this value to a UUID.

The value must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for requestId.

getSession()

public abstract Session getSession()

Required. The interactive session to create.

.google.cloud.dataproc.v1.Session session = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Session

The session.

getSessionId()

public abstract String getSessionId()

Required. The ID to use for the session, which becomes the final component of the session's resource name.

This value must be 4-63 characters. Valid characters are /a-z-/.

string session_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The sessionId.

getSessionIdBytes()

public abstract ByteString getSessionIdBytes()

Required. The ID to use for the session, which becomes the final component of the session's resource name.

This value must be 4-63 characters. Valid characters are /a-z-/.

string session_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for sessionId.

getSessionOrBuilder()

public abstract SessionOrBuilder getSessionOrBuilder()

Required. The interactive session to create.

.google.cloud.dataproc.v1.Session session = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SessionOrBuilder

hasSession()

public abstract boolean hasSession()

Required. The interactive session to create.

.google.cloud.dataproc.v1.Session session = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the session field is set.