Codota Logo
com.google.api.core
Code IndexAdd Codota to your IDE (free)

How to use com.google.api.core

Best Java code snippets using com.google.api.core (Showing top 20 results out of 720)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
SimpleDateFormat s =
  • Codota IconString pattern;new SimpleDateFormat(pattern)
  • Codota IconString template;Locale locale;new SimpleDateFormat(template, locale)
  • Codota Iconnew SimpleDateFormat()
  • Smart code suggestions by Codota
}
origin: googleapis/google-cloud-java

@BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallable<ExportDataRequest, Empty, OperationMetadata>
  exportDataOperationCallable() {
 return exportDataOperationCallable;
}
origin: googleapis/google-cloud-java

@BetaApi
public UnaryCallable<ListInterconnectLocationsHttpRequest, InterconnectLocationList>
  listInterconnectLocationsCallable() {
 return listInterconnectLocationsCallable;
}
origin: googleapis/google-cloud-java

/** Returns the object with the settings used for calls to deleteDataset. */
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings<DeleteDatasetRequest, Empty, OperationMetadata>
  deleteDatasetOperationSettings() {
 return deleteDatasetOperationSettings;
}
origin: googleapis/google-cloud-java

/** Returns the builder for the settings used for calls to exportData. */
@BetaApi(
  "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<ExportDataRequest, Empty, OperationMetadata>
  exportDataOperationSettings() {
 return exportDataOperationSettings;
}
origin: googleapis/google-cloud-java

/** Returns the builder for the settings used for calls to snapshotTable. */
@BetaApi(
  "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<SnapshotTableRequest, Snapshot, SnapshotTableMetadata>
  snapshotTableOperationSettings() {
 return snapshotTableOperationSettings;
}
origin: googleapis/google-cloud-java

/** Returns the object with the settings used for calls to partialUpdateInstance. */
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings<PartialUpdateInstanceRequest, Instance, UpdateInstanceMetadata>
  partialUpdateInstanceOperationSettings() {
 return partialUpdateInstanceOperationSettings;
}
origin: googleapis/google-cloud-java

/** Returns the object with the settings used for calls to createCluster. */
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings<CreateClusterRequest, Cluster, CreateClusterMetadata>
  createClusterOperationSettings() {
 return createClusterOperationSettings;
}
origin: googleapis/google-cloud-java

/** Returns the object with the settings used for calls to updateAppProfile. */
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings<UpdateAppProfileRequest, AppProfile, UpdateAppProfileMetadata>
  updateAppProfileOperationSettings() {
 return updateAppProfileOperationSettings;
}
origin: googleapis/google-cloud-java

/** Returns the builder for the settings used for calls to createInstance. */
@BetaApi(
  "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<CreateInstanceRequest, Instance, CreateInstanceMetadata>
  createInstanceOperationSettings() {
 return createInstanceOperationSettings;
}
origin: googleapis/google-cloud-java

/** Returns the builder for the settings used for calls to createCluster. */
@BetaApi(
  "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<CreateClusterRequest, Cluster, CreateClusterMetadata>
  createClusterOperationSettings() {
 return createClusterOperationSettings;
}
origin: googleapis/google-cloud-java

@BetaApi
public UnaryCallable<AggregatedListNodeGroupsHttpRequest, NodeGroupAggregatedList>
  aggregatedListNodeGroupsCallable() {
 return aggregatedListNodeGroupsCallable;
}
origin: googleapis/google-cloud-java

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected SnapshotClient(SnapshotStub stub) {
 this.settings = null;
 this.stub = stub;
}
origin: googleapis/google-cloud-java

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public EnhancedBigQueryStorageStub getStub() {
 return stub;
}
/**
origin: googleapis/google-cloud-java

/**
 * Sets the labels applied to this table.
 *
 * <p>Unstable, because labels are <a
 * href="https://cloud.google.com/bigquery/docs/reference/rest/v2/tables">experimental</a>.
 *
 * <p>When used with {@link BigQuery#update(TableInfo, TableOption...)}, setting {@code labels}
 * to {@code null} removes all labels; otherwise all keys that are mapped to {@code null} values
 * are removed and other keys are updated to their respective values.
 */
@BetaApi
public abstract Builder setLabels(Map<String, String> labels);
origin: googleapis/google-cloud-java

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected BaseBigQueryStorageClient(BigQueryStorageStub stub) {
 this.settings = null;
 this.stub = stub;
}
origin: googleapis/google-cloud-java

@BetaApi
public UnaryCallable<
    AggregatedListAcceleratorTypesHttpRequest, AggregatedListAcceleratorTypesPagedResponse>
  aggregatedListAcceleratorTypesPagedCallable() {
 return aggregatedListAcceleratorTypesPagedCallable;
}
origin: googleapis/google-cloud-java

@BetaApi
public UnaryCallable<ListAcceleratorTypesHttpRequest, AcceleratorTypeList>
  listAcceleratorTypesCallable() {
 return listAcceleratorTypesCallable;
}
origin: googleapis/google-cloud-java

@BetaApi
public UnaryCallable<
    AggregatedListMachineTypesHttpRequest, AggregatedListMachineTypesPagedResponse>
  aggregatedListMachineTypesPagedCallable() {
 return aggregatedListMachineTypesPagedCallable;
}
origin: googleapis/google-cloud-java

@BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallable<CreateClusterRequest, Cluster, CreateClusterMetadata>
  createClusterOperationCallable() {
 return createClusterOperationCallable;
}
origin: googleapis/google-cloud-java

@BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallable<UpdateAppProfileRequest, AppProfile, UpdateAppProfileMetadata>
  updateAppProfileOperationCallable() {
 return updateAppProfileOperationCallable;
}
com.google.api.core

Most used classes

  • BetaApi
  • ApiFutures
  • InternalApi
  • ApiFuture
  • SettableApiFuture
  • CurrentMillisClock,
  • ApiFunction,
  • ApiService,
  • ApiClock,
  • ListenableFutureToApiFuture,
  • NanoClock,
  • AbstractApiFuture,
  • AbstractApiService,
  • ApiFutureCallback
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now